<?php/***生成mysql数据字典**@version$id$*@authorniming<287384795@qq.com>*/$tableName=isset($_GET['table'])?$_GET['table']:"windshield";$name=$tableName;$dbserver='localhost';$dbusername="root";$dbp
returnjson(array("code"=>"106","data"=>"用户未登录"))->send();exit();
vi/usr/local/nginx/conf/fastcgi.conf修改内容(文件最下面)原内容:fastcgi_paramPHP_ADMIN_VALUE"open_basedir=$document_root/:/tmp/:/proc/";修改后fastcgi_paramPHP_ADMIN_VALUE"open_basedir=/mnt/hgfs:/tmp/:/proc/";
比如在一个项目中有前台与后台两个模块,需要使用不同的入口文件。同时希望前台使用默认的index.php的入口。关键的配置如下:if(!-e$request_filename){rewrite/admin.php(.*)$/admin.php$1last;rewrite^(.*)$/index.php/$1;break;}如果访问的后台入口文件就交给admin.php这个入口文件进行处理。其他情况交
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号