📄 page4.php
字号:
<?phpinclude('engene.inc.php');$phpi = new phpInstaller();$dataDir = realpath(dirname(__FILE__).'/../engene_data');$phpi->dataDir($dataDir);$phpi->appName = gpv('appname');$phpi->ignore[] = 'test.';$phpi->addPath(gpv('rootpath'));$phpi->addPage('Pre-installation Check',file_get_contents('createinstaller/installer_pages/1.txt'));if(gpv('step_license')){ $lPath = $dataDir.'/license.html'; if($phpi->addMetaFile('LICENSE',$lPath,'text/html')){ $phpi->addPage('License',file_get_contents('createinstaller/installer_pages/2.txt')); }else{ $phpi->message('The license could not be added. Check the file <var>'.$lPath.'</var>.'); }}$phpi->generate();?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -