You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?
|
|
$PROJECT_PATH = "/var/www/html/project/expenses";
|
|
include_once("$PROJECT_PATH/php/util.php");
|
|
include_once("$PROJECT_PATH/php/snippet.php");
|
|
include_once("$PROJECT_PATH/php/session.php");
|
|
include_once("$PROJECT_PATH/php/db.php");
|
|
?>
|