You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(((is_numeric($config->version{0}) and is_numeric($config->installedVersion{0})) or $config->version{0} == $config->installedVersion{0}) and version_compare($config->version, $config->installedVersion, '>')) die(header('location: upgrade.php'));
php 7.4 对索引有了更加严格的要求, $a{0} 这种方式的调用已经被标记为失效了
The text was updated successfully, but these errors were encountered:
zentaopms/www/index.php
Line 46 in da823ea
php 7.4 对索引有了更加严格的要求, $a{0} 这种方式的调用已经被标记为失效了
The text was updated successfully, but these errors were encountered: