Delete error_log print
This commit is contained in:
@@ -16,7 +16,6 @@ switch ($option) {
|
|||||||
G::RenderPage("publish", "extJs");
|
G::RenderPage("publish", "extJs");
|
||||||
break;
|
break;
|
||||||
case "processInfo":
|
case "processInfo":
|
||||||
error_log("processInfo");
|
|
||||||
$oHeadPublisher = &headPublisher::getSingleton();
|
$oHeadPublisher = &headPublisher::getSingleton();
|
||||||
$oHeadPublisher->addContent("setup/dbInfo"); //Adding a html file .html
|
$oHeadPublisher->addContent("setup/dbInfo"); //Adding a html file .html
|
||||||
$oHeadPublisher->addExtJsScript("setup/dbInfo", false); //Adding a javascript file .js
|
$oHeadPublisher->addExtJsScript("setup/dbInfo", false); //Adding a javascript file .js
|
||||||
|
|||||||
Reference in New Issue
Block a user