equal
deleted
inserted
replaced
53 // create directories |
53 // create directories |
54 @mkdir('./compiled'); |
54 @mkdir('./compiled'); |
55 |
55 |
56 // start up... |
56 // start up... |
57 |
57 |
58 status('Starting Greyhound Web Control v0.1-hg'); |
58 status('Starting Greyhound Web Control v0.1a1'); |
59 status('loading files'); |
59 status('loading files'); |
60 |
60 |
61 require('webserver.php'); |
61 require('webserver.php'); |
62 define('SMARTY_DIR', GREY_ROOT . '/smarty/'); |
62 define('SMARTY_DIR', GREY_ROOT . '/smarty/'); |
63 require(GREY_ROOT . '/smarty/Smarty.class.php'); |
63 require(GREY_ROOT . '/smarty/Smarty.class.php'); |