splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/**
|
||||
* Get the variables sent or posted to this script and a core script
|
||||
*/
|
||||
require_once('./libraries/common.lib.php');
|
||||
require_once('./libraries/common.inc.php');
|
||||
$js_to_run = 'functions.js';
|
||||
|
||||
// default values
|
||||
|
Reference in New Issue
Block a user