Skip to content
Snippets Groups Projects
Commit 3e2f05df authored by SNA's avatar SNA
Browse files

No commit message

No commit message
parent 526cfcfc
No related branches found
No related tags found
No related merge requests found
...@@ -12,15 +12,16 @@ ...@@ -12,15 +12,16 @@
*/ */
include_once('core/init.php'); include_once('core/init.php');
require_once("core/class/class_functions.php"); require_once("core".DIRECTORY_SEPARATOR."class".DIRECTORY_SEPARATOR."class_functions.php");
require_once("core/class/class_portal.php"); require_once("core".DIRECTORY_SEPARATOR."class".DIRECTORY_SEPARATOR."class_portal.php");
require_once("core/class/class_core_tools.php"); require_once("core".DIRECTORY_SEPARATOR."class".DIRECTORY_SEPARATOR."class_core_tools.php");
$portal = new portal(); $portal = new portal();
$portal->unset_session(); $portal->unset_session();
$portal->build_config(); $portal->build_config();
$func = new functions(); $func = new functions();
$core = new core_tools(); $core = new core_tools();
$_SESSION['custom_override_id'] = $core->get_custom_id(); $_SESSION['custom_override_id'] = $core->get_custom_id();
//$func->show_array($_SESSION['config']); //$func->show_array($_SESSION['config']);
//$func->show_array($_SESSION['businessapps']); //$func->show_array($_SESSION['businessapps']);
//$func->show_array($_SESSION['tablename']); //$func->show_array($_SESSION['tablename']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment