<?php
//Setting file used by local projects
include('../global_settings.php');
//------------------------------------------------
//Database Config
//------------------------------------------------
//Uncomment and use on server
//$dbuser="root";
//$dbpass="password";
//$dbserver="localhost";
$database="qAdmin_demo";
//------------------------------------------------
//Site Config
//------------------------------------------------
$exclude_tables=array('tblUser');
?>