摘要: DocumentRoot "D:\product\web\Public" ServerName demo.web.com DirectoryIndex app.php Options Indexes FollowSymLinks ExecCGI ... 阅读全文
posted @ 2015-11-24 16:20 浅痕zlx 阅读(218) 评论(0) 推荐(0) 编辑
摘要: /** * 判断当前服务器系统 * @return string */ function getOS(){ if(PATH_SEPARATOR==':'){ echo "Linux"; }else{ ... 阅读全文
posted @ 2015-11-24 11:30 浅痕zlx 阅读(148) 评论(0) 推荐(0) 编辑