PHP Classes

File: example/index.php

Recommend this page to a friend!
  Classes of Roni   EZ PHP Maintenance Mode   example/index.php   Download  
File: example/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: EZ PHP Maintenance Mode
Check if a site should be put in maintenance mode
Author: By
Last change:
Date: 5 years ago
Size: 159 bytes
 

Contents

Class file image Download
<?php

include_once("../autoload.php");

EzMaintenance\Worker::watch('file', array('override_key' => 'hard'));

//Your normal code
echo "Welcome to our site";