function __construct() { parent::__construct(); //Common::getJSON("/users.php"); //FileFolder::delete(GlobalMas::$filesPath_absolute); }
<?php Import::services("compileUpload/CompileUpload.php"); $api = new CompileUpload(); $chk = $api->getProject($_GET['project']); Import::modules("iframe/Iframe_v0_0.php"); Import::modules("commentSystem/CommentSystem_v0.php"); Import::cUtils("ResizableUtil.php"); ?> <style> .iframe_v0_0 { margin:auto; } #content { height:100%; } .project { height:100%; } .project .left { display:inline-block; width:50%; height:100%; box-sizing:border-box; overflow:auto; } .project .right { display:inline-block; width:50%; height:100%; vertical-align:top;