|
the table layout is going to look similar to phpBB's phpbb_config table with configuration entries.
Basically when the value in that table is 0 the webpage will show normally, but when it is 1 an under maintenance page will be shown.
The script at the very top does this but to get each page to show undermaintenance would require me having to edit every file and put the value 1 in. But i wanted to do it by database as it would be much easier.
|