adjusted entrypoint scripts to comment out entire sample files for easier re-configuration

This commit is contained in:
Paul Wilde 2021-08-12 16:28:59 +01:00
parent 807e0c3586
commit e5cf2bc5bd

View file

@ -1,6 +1,6 @@
<?php class Core {
public static $Config;
public const VERSION = "0.0.6";
public const VERSION = "0.0.7";
public static $CurrentPage;
public static function root_dir(){
return $_SERVER['DOCUMENT_ROOT'];