This commit is contained in:
dev-chiefworks
2022-04-26 20:50:59 -04:00
parent 70a53a9b23
commit 74b5c07c12
+6 -1
View File
@@ -1,6 +1,11 @@
<?php
class savvyext_api_savvy{
}
if (!array_key_exists('savvyext', $GLOBALS)) {
$savvyext = new savvyext_api_savvy\SavvyExt();
$savvyext = new savvyext_api_savvy();
/*
$USER = $_SERVER['SCRIPT_FILENAME'];
$USER = str_replace('/home', '', $USER);