X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=7c3d6410e2c4884495f7284fd6f85f9177bd38a2;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=f529ded4a18dc54ee772de1f2f2afdbb81ace87e;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/config.php b/config.php index f529ded4..7c3d6410 100644 --- a/config.php +++ b/config.php @@ -46,7 +46,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.1.0 beta"; + $version = "2.2 CVS"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -159,22 +159,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,20), ); - /* - System tabs. This variable should be in future included from separate file for extended module manager - */ - $applications = array ( - 'orders' => _("&Sales"), - 'AP'=>_("&Purchases"), - 'stock'=> _("&Items and Inventory"), - 'manuf'=> _("&Manufacturing"), - 'proj'=>_("&Dimensions"), - 'GL'=>_("&Banking and General Ledger"), - 'system'=>_("S&etup") - ); /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */ $def_app = "orders"; - //MySQL Backup and Restore Settings if(isset($_SESSION["wa_current_user"])) { @@ -206,5 +193,7 @@ if (!defined('ICON_EDIT')) define("ICON_REMOVE", "remove.png"); define("ICON_REPORT", "report.png"); define("ICON_VIEW", "view.gif"); + define("ICON_SUBMIT", "ok.gif"); + define("ICON_ESCAPE", "escape.png"); } ?> \ No newline at end of file