Server : nginx/1.22.1 System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/www.jkmold.com/phpcms/modules/content/fields/ |
<?php $fields = array('text'=>'单行文本', 'textarea'=>'多行文本', 'editor'=>'编辑器', 'catid'=>'栏目', 'title'=>'标题', 'box'=>'选项', 'image'=>'图片', 'images'=>'多图片', 'number'=>'数字', 'datetime'=>'日期和时间', 'posid'=>'推荐位', 'keyword'=>'关键词', 'author'=>'作者', 'copyfrom'=>'来源', 'groupid'=>'会员组', 'islink'=>'转向链接', 'template'=>'模板', 'pages'=>'分页选择', 'typeid'=>'类别', 'readpoint'=>'积分、点数', 'linkage'=>'联动菜单', 'downfile'=>'镜像下载', 'downfiles'=>'多文件上传', 'map'=>'地图字段', 'omnipotent'=>'万能字段', 'video'=>'视频库', ); //不允许删除的字段,这些字段讲不会在字段添加处显示 $not_allow_fields = array('catid','typeid','title','keyword','posid','template','username'); //允许添加但必须唯一的字段 $unique_fields = array('pages','readpoint','author','copyfrom','islink'); //禁止被禁用的字段列表 $forbid_fields = array('catid','title','updatetime','inputtime','url','listorder','status','template','username'); //禁止被删除的字段列表 $forbid_delete = array('catid','typeid','title','thumb','keywords','updatetime','inputtime','posids','url','listorder','status','template','username'); //可以追加 JS和CSS 的字段 $att_css_js = array('text','textarea','box','number','keyword','typeid'); ?>