This commit is contained in:
wangyidong
2023-08-30 08:53:52 +08:00
parent 1eb8dc42cb
commit abbbc8d984
+1 -1
View File
@@ -1549,7 +1549,7 @@ class baseRouter
/* Check file is encode by ioncube. */
$isEncrypted = false;
if(strpos($file2Included, 'extension' . DS . $this->config->edition . DS) !== false)
if(strpos($file2Included, 'extension') !== false)
{
$fp = fopen($file2Included, 'r');
$line1 = fgets($fp);