mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
Fix for detection of theme/plugin root directory in .zip
This commit is contained in:
@@ -700,7 +700,7 @@ class pluginManager{
|
||||
$string = base64_decode($_GET['src']);
|
||||
parse_str($string, $data);
|
||||
|
||||
if(e_DEBUG === true)
|
||||
if(deftrue('e_DEBUG_MARKETPLACE'))
|
||||
{
|
||||
echo "<b>DEBUG MODE ACTIVE (no downloading)</b><br />";
|
||||
echo '$_GET[src]: ';
|
||||
|
Reference in New Issue
Block a user