Drupal 7 Button to take site out of maintenance mode for Launch Day? -
I'm just thinking that a specific link or code can be used to launch the website i.e. maintenance mode To carry out?
You can find the flag in the database that depends on either 1 or 0 that the maintenance mode enabled Yes or No.
Then you can write a script and place it on a page which allows a button press to change the flag state in the database, thus putting the site online
Ie
php page (possibly behind the password wall) that has a submit button for PHP scripts, in which there is a mySQL UPDATE query to change the flag status. / P>
Comments
Post a Comment