1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +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);
/*
if(!e107::getFile()->hasAuthKey())
{
// return "<a href='".e_SELF."' class='btn btn-primary e-modal' >Download and Install</a>";
}
*/
$d = http_build_query($data,false,'&');
//$url = e_SELF."?src=".base64_encode($d);