ini plugin
This commit is contained in:
@@ -9,14 +9,14 @@ const vs define : https://stackoverflow.com/questions/2447791/php-define-vs-cons
|
||||
/* switch console_log
|
||||
const CONSOLE_OFF = true;
|
||||
*/
|
||||
const CONSOLE_OFF = false;
|
||||
const FIPFCARD_CONSOLE_OFF = false;
|
||||
|
||||
/* a variable that will contain the name of the first script enqueued
|
||||
*/
|
||||
$first_script = null;
|
||||
$fipfcard_first_script = null;
|
||||
|
||||
/* path to ajax.js file, from root of js dir
|
||||
*/
|
||||
$ajax_file = "utils/ajax.js";
|
||||
$fipfcard_ajax_file = "utils/ajax.js";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user