setsession($session); } // ____________________________________________________ C O N F I G ______________________________________________ public function configform() { ?>
Config file does not exist yet, or maybe you deleted it ? Anyway, it is time to set it :
secure() == 1) { echo 'This article is private'; } if ($art->secure() == 2) { echo "This article is not published yet"; } if ($app->session() >= $art->secure()) { ?>Current global css : = $config->cssread() ?>
This CSS will apply to all your articles.
Fill this sections with the database settings you want to connect to
Edit your own admin password. You can find it in the config.json file, in the root of your website folder.
Use this section to set all the others users passwords. They cant access this page, so they cant change it by themselves.
Database status : = $status ?>
Current Table : = $config->arttable(); ?>
The table is where all your articles are stored, select the one you want to use.
Create new table in your database. You need at least one to use W_cms