setup.php.inc
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· INC 代码 · 共 8 行
INC
8 行
<?phpset_include_path(dirname(dirname(__FILE__)) . ':' . get_include_path());require_once 'phpt_test.php.inc';require_once 'Config.php';$config = new Config;$phpt = new PEAR_PHPTest(true);// install Text_Diff for spectacular results...?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?