PHP 8 Changes

This commit is contained in:
earnolmartin 2022-04-21 12:47:58 -06:00
parent 9766bdc39e
commit 4e67ac117a

View file

@ -56,7 +56,6 @@ class ext_Edit extends ext_Action {
);
public static function execAction($dir, $item) { // edit file
error_reporting(-1);
global $mainframe, $mosConfig_live_site;
if(($GLOBALS["permissions"]&01)!=01) {