Пример #1
0
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>. 
 */
require_once '../../core/init.php';
header('Location: ' . HOME_URL . 'panel/notava.php');
die;
$user->checkLogin(true);
// Check his rights
if ($userInfo['rights_igcmds'] < 100) {
    header('Location: ' . HOME_URL . 'panel/accessDenied.php');
    die;
}
// Fetch the in-game commands
$igc = new IgCommands(null, null, null, null, $db, $config, null, $settings);
$igcmds = $igc->getCommands();
$pageTitle = $lang['tool_igcmds'];
include CORE_DIR . '/cp_header.php';
?>
			
			<div class="row">
				<div class="col-md-12">
					
					<h2><i class="fa fa-bullhorn"></i> <?php 
echo $lang['tool_igcmds'];
?>
 <small><?php 
echo $lang['tool_igcmds_desc'];
?>
</small></h2>
					<hr />