Skip to content

Commit 4ff50ce

Browse files
committed
Update control_modules.class.php
1 parent 1509ea6 commit 4ff50ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/control_modules/control_modules.class.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ function install($parent_name = "")
265265
echo 'Installing ' . $lst[$i]['FILENAME'] . " ...";
266266
}
267267
DebMes('Installing ' . $lst[$i]['FILENAME'] . " ...", 'reinstall');
268-
$url = BASE_URL . '/api.php/module/'.$lst[$i]['FILENAME'];
269-
$data = getURL($url);
270-
/*
268+
//$url = BASE_URL . '/api.php/module/'.$lst[$i]['FILENAME'];
269+
//$data = getURL($url);
270+
271271
include_once(DIR_MODULES . $lst[$i]['FILENAME'] . "/" . $lst[$i]['FILENAME'] . ".class.php");
272272
$obj = "\$object$i";
273273
$code = "$obj=new " . $lst[$i]['FILENAME'] . ";\n";
274274
//echo "Installing ".$lst[$i]['FILENAME']."\n";
275275
@eval("$code");
276-
*/
276+
277277

278278
endMeasure('Installing ' . $lst[$i]['FILENAME']);
279279
if (!isset($_SERVER['REQUEST_METHOD'])) {

0 commit comments

Comments
 (0)