ini plugin

This commit is contained in:
asus
2024-02-12 11:26:44 +01:00
parent ff7a9423a1
commit 3f38cf523a
8 changed files with 38 additions and 36 deletions

View File

@@ -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";
?>