mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-03-12 02:53:14 +01:00
deprecated this->
This commit is contained in:
parent
47b878b031
commit
81c478c820
2 changed files with 3 additions and 2 deletions
|
@ -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(){
|
||||
|
|
|
@ -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() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue