Initial Commit
This commit is contained in:
7
config.php
Normal file
7
config.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Your actual root directory on the server
|
||||
define('REAL_ROOT', '/home/surillya/');
|
||||
|
||||
// The user's virtual path (as seen in the OS)
|
||||
define('VIRTUAL_ROOT', '/');
|
||||
?>
|
Reference in New Issue
Block a user