Update 'includes/functions.inc.php'

This commit is contained in:
Josh North 2017-05-12 01:23:37 -04:00
parent 79569a7ac8
commit 1213d02c49

View File

@ -78,7 +78,7 @@ function lang($phrase){
$timenow = date('Y-m-d H:i:s');
// This Version
$yaptc_version = 'yaptc 0.9-beta';
$yaptc_version = 'yaptc_v1.0-alpha';
// Timezone from config
date_default_timezone_set("$yaptc_timezone");