X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=5cdc2b4d258f80bc1a93dd1ee538adab5073efe6;hb=4763f9316d59363edaffd38e49655ad5ff29611d;hp=9132cbb754512974cec4f88f91169c736e2b0021;hpb=7792e42d75607b7e2dbaf73c318b8b7d9367dd17;p=fa-stable.git diff --git a/config.php b/config.php index 9132cbb7..5cdc2b4d 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $debug = 1; $show_sql = 0; - $go_debug = 1; + $go_debug = 0; if ($go_debug == 1) { error_reporting(E_ALL); @@ -60,7 +60,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* per user data/cache directory */ $comp_path = $path_to_root.'/company'; - + /* allow alpha characters in accounts. 0 = numeric, 1 = alpha numeric, 2 = uppercase alpha numeric */ $accounts_alpha = 0; @@ -172,5 +172,5 @@ if(isset($_SESSION["wa_current_user"])) { $js_static = array('behaviour.js'); // additional js source included in header $js_lib = $js_userlib = array(); - + ?> \ No newline at end of file