The service-oriented target is mainly for enterprises. Self-service website building is simple, safe, personalized, humanized, free data scalability, and has no loopholes. System introduction short URL (convenient for search engine inclusion) can fully support customization and can run in Chinese and English mode. Pseudo-static (disguise) into html, etc.) Dynamic run (with ? sign) Dynamic run-PHPINFO (without ? sign, use / instead)
Dual mode (pseudo-static comes with automatically generated static and the background cache time is subject to the pseudo-static construction bug under IIS and cannot be used)
New content page keywords link to the address of this page. Automatically add a link to the address of this page in the detailed content. There is no template replacement. Pure PHP code is used to increase the speed of the template engine. System security is perfect. Sql injection attack URLs are strictly verified. Various mutation attacks are super abnormal. The password encryption method should not be too simple. Do not disclose the user password to others casually. System logging will be recorded every time you log in to make everything clear. Logging can be turned on and off in the system settings. Login logging cannot be turned off. Supports single-point and multi-point login. The system can be set up with multiple login points (as long as the account and password are correct, you can log in)
Single sign-on (each account can only be logged in once at a time, others who log in repeatedly will be taken offline)
System management supports 2 types of permissions: super management and content management; content management (can only publish content); super management (all permissions)
Expand