Temporary fixes for php encoding library bugs ending with segfault.
[fa-stable.git] / config.default.php
index 6602baf486306d64eddbcb93c9c7d4bc620917ed..c50cb9d94f52dee58edfdb748f9e9f7a6a4f6018 100644 (file)
@@ -70,9 +70,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        /* This has been superseded with built in Audit Trail */
        $use_audit_trail = 0;
 
-       /* $show_voiced_gl_trans = 0, setting this to 1 will show the voided gl trans */
-       $show_voided_gl_trans = 0;
-
        /* use old style convert (income and expense in BS, PL) */
        $use_oldstyle_convert = 0;
 
@@ -127,9 +124,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $config_allocation_settled_allowance = 0.005;
 
-       /* Show company logo on reports */
-       $show_company_logo_report = 0;  
-       
        /* Show average costed values instead of fixed standard cost in report, Inventory Valuation Report */
        $use_costed_values = 1;