11 lines
160 B
PHP
11 lines
160 B
PHP
<?php
|
|
/*
|
|
* FILE: 01_contants.php
|
|
* Description: Support functions that can be used across the app
|
|
*/
|
|
|
|
|
|
$gitDir = "/ExtraSpace/GROWFIT_WEBSITE_GIT_DIR";
|
|
|
|
?>
|