X7ROOT File Manager
Current Path:
/usr/local/lsws/admin/html.6.2.2/utility/build_php
usr
/
local
/
lsws
/
admin
/
html.6.2.2
/
utility
/
build_php
/
📁
..
📄
buildPHP.php
(567 B)
📄
buildProgress.php
(367 B)
📄
buildStep1.php
(1.45 KB)
📄
buildStep2.php
(9.35 KB)
📄
buildStep3.php
(3.46 KB)
📄
buildStep4.php
(4.22 KB)
📄
build_common.template
(565 B)
📄
build_install.template
(4 KB)
📄
build_install_ext.template
(1.72 KB)
📄
build_manual_run.template
(1.05 KB)
📄
build_prepare.template
(5.29 KB)
📄
build_prepare_ext.template
(2.6 KB)
📄
buildconf.inc.php
(1.96 KB)
📄
buildfunc.inc.php
(26.81 KB)
Editing: buildProgress.php
<?php require_once('../../includes/auth.php'); include_once( 'buildconf.inc.php' ); $progress_file = $_SESSION['progress_file']; $log_file = $_SESSION['log_file']; $progress = htmlspecialchars(file_get_contents($progress_file)); echo $progress; echo "\n**LOG_DETAIL** retrieved from $log_file\n"; $log = htmlspecialchars(file_get_contents($log_file)); echo $log;
Upload File
Create Folder