Example #1
0
<?php

//For Handling Ajax Call and Exports
ob_start();
session_start();
include 'config/config.php';
include 'language/eng.php';
include 'libraries/functions.php';
include_once 'libraries/class_dbcon.php';
include_once 'libraries/upload_class.php';
include_once 'libraries/system_users.php';
$haccess = new admin_users_model();
$acc = $haccess->UserAccess();
if (get('view') and get('pg') == 'admin') {
    include APP_FOLDER . '/controllers/admin/main.php';
    include 'libraries/controllers/system_users.php';
}
ob_end_flush();
Example #2
0
<?php

session_start();
include 'config/config.php';
include 'language/eng.php';
include 'libraries/functions.php';
include_once 'libraries/class_dbcon.php';
include_once 'libraries/upload_class.php';
include_once 'libraries/system_users.php';
$haccess = new admin_users_model();
$acc = $haccess->UserAccess();
?>
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title><?php 
echo H_TITLE;
?>
</title>
    <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
    <link href="<?php 
echo H_THEME;
?>
/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
    <link href="<?php 
echo H_THEME;
?>
/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
    <link href="<?php 
echo H_THEME;