1
0
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:
Moc
2013-06-06 15:07:59 +02:00
parent bc4de016de
commit 256f4b08b1

View File

@@ -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);