deprecated this->

This commit is contained in:
gtbu 2025-03-04 18:29:30 +01:00
parent 47b878b031
commit 81c478c820
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,8 @@ namespace gp\admin\Tools;
defined('is_running') or die('Not an entry point...');
class Uninstall{
private $DirPermission;
private $FilePermission;
//should have a way to switch them back!
public function __construct(){

View file

@ -21,7 +21,7 @@ if( false ){
<?php
}
if( version_compare(phpversion(), '7.3.0', '<') ){
if( version_compare(phpversion(), '8.0.0', '<') ){
exit( 'Error: Typesetter CMS requires PHP 8.0+. This server is running PHP version ' . phpversion() );
}