mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Removing unused code causing fatal error
This commit is contained in:
@@ -541,13 +541,13 @@ class pluginManager{
|
|||||||
|
|
||||||
// print_a($data);
|
// print_a($data);
|
||||||
|
|
||||||
|
/*
|
||||||
if(!e107::getFile()->hasAuthKey())
|
if(!e107::getFile()->hasAuthKey())
|
||||||
{
|
{
|
||||||
// return "<a href='".e_SELF."' class='btn btn-primary e-modal' >Download and Install</a>";
|
// return "<a href='".e_SELF."' class='btn btn-primary e-modal' >Download and Install</a>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
$d = http_build_query($data,false,'&');
|
$d = http_build_query($data,false,'&');
|
||||||
//$url = e_SELF."?src=".base64_encode($d);
|
//$url = e_SELF."?src=".base64_encode($d);
|
||||||
|
Reference in New Issue
Block a user