- added const dir path and url

- better file organisation
This commit is contained in:
asus
2024-02-09 15:27:38 +01:00
parent 0c0b406de0
commit 35e851cf11
9 changed files with 37 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
<?php
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
globals variables
const vs define : https://stackoverflow.com/questions/2447791/php-define-vs-const
*/
/* switch console_log
const CONSOLE_OFF = true;
*/
const CONSOLE_OFF = false;
?>