[go: up one dir, main page]

Menu

[2a284d]: / www / config.php  Maximize  Restore  History

Download this file

7 lines (5 with data), 169 Bytes

1
2
3
4
5
6
<?php
// Define private directory where config.php is
define("PRIVATE_DIR", "/home/comtor/private/comtor_dev/");
require_once(PRIVATE_DIR."config.php");
?>