diff --git a/www/astguiclient/admin.php b/www/astguiclient/admin.php
index 75f407c7..394b2426 100644
--- a/www/astguiclient/admin.php
+++ b/www/astguiclient/admin.php
@@ -15,10 +15,11 @@
# 60421-1430 - check GET/POST vars lines with isset to not trigger PHP NOTICES
# 60427-1137 - Fixed phone search bug
# 60620-1243 - Added variable filtering to eliminate SQL injection attack threat
+# 60814-1402 - Added off-hour gmt values (India, Australia, etc...)
#
-$version = '1.1.12';
-$build = '60620-1243';
+$version = '2.0.1';
+$build = '60814-1402';
require("dbconnect.php");
@@ -944,7 +945,7 @@ echo "
| Full Name: | | Company: | $NWB#phones-company$NWE |
\n";
echo "| Picture: | $NWB#phones-picture$NWE |
\n";
echo "| Client Protocol: | $NWB#phones-protocol$NWE |
\n";
-echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#phones-local_gmt$NWE |
\n";
+echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#phones-local_gmt$NWE |
\n";
echo " |
\n";
echo "\n";
@@ -1196,7 +1197,7 @@ echo "| Picture: | | New Messages: | $row[14]$NWB#phones-messages$NWE |
\n";
echo "| Old Messages: | $row[15]$NWB#phones-old_messages$NWE |
\n";
echo "| Client Protocol: | $NWB#phones-protocol$NWE |
\n";
-echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#phones-local_gmt$NWE |
\n";
+echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#phones-local_gmt$NWE |
\n";
echo "| Manager Login: | $NWB#phones-ASTmgrUSERNAME$NWE |
\n";
echo "| Manager Secret: | $NWB#phones-ASTmgrSECRET$NWE |
\n";
echo "| VICIDIAL Default User: | $NWB#phones-login_user$NWE |
\n";
@@ -1287,7 +1288,7 @@ echo "| Manager Secret: | | Manager Update User: | $NWB#servers-ASTmgrUSERNAMEupdate$NWE |
\n";
echo "| Manager Listen User: | $NWB#servers-ASTmgrUSERNAMElisten$NWE |
\n";
echo "| Manager Send User: | $NWB#servers-ASTmgrUSERNAMEsend$NWE |
\n";
-echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#servers-local_gmt$NWE |
\n";
+echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#servers-local_gmt$NWE |
\n";
echo "| VMail Dump Exten: | $NWB#servers-voicemail_dump_exten$NWE |
\n";
echo "| VICIDIAL AD extension: | $NWB#servers-answer_transfer_agent$NWE |
\n";
echo "| Default Context: | $NWB#servers-ext_context$NWE |
\n";
@@ -1421,7 +1422,7 @@ echo "| Picture: | | New Messages: | $row[14]$NWB#phones-messages$NWE |
\n";
echo "| Old Messages: | $row[15]$NWB#phones-old_messages$NWE |
\n";
echo "| Client Protocol: | $NWB#phones-protocol$NWE |
\n";
-echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#phones-local_gmt$NWE |
\n";
+echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#phones-local_gmt$NWE |
\n";
echo "| Manager Login: | $NWB#phones-ASTmgrUSERNAME$NWE |
\n";
echo "| Manager Secret: | $NWB#phones-ASTmgrSECRET$NWE |
\n";
echo "| VICIDIAL Default User: | $NWB#phones-login_user$NWE |
\n";
@@ -1537,7 +1538,7 @@ echo "| Manager Secret: | | Manager Update User: | $NWB#servers-ASTmgrUSERNAMEupdate$NWE |
\n";
echo "| Manager Listen User: | $NWB#servers-ASTmgrUSERNAMElisten$NWE |
\n";
echo "| Manager Send User: | $NWB#servers-ASTmgrUSERNAMEsend$NWE |
\n";
-echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#servers-local_gmt$NWE |
\n";
+echo "| Local GMT: | (Do NOT Adjust for DST)$NWB#servers-local_gmt$NWE |
\n";
echo "| VMail Dump Exten: | $NWB#servers-voicemail_dump_exten$NWE |
\n";
echo "| VICIDIAL AD extension: | $NWB#servers-answer_transfer_agent$NWE |
\n";
echo "| Default Context: | $NWB#servers-ext_context$NWE |
\n";