X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=7c3d6410e2c4884495f7284fd6f85f9177bd38a2;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=4b6422865d83acd8d7020300b15f88435d225447;hpb=2950cd50d2671d2648a4189461634c8c47f79eab;p=fa-stable.git diff --git a/config.php b/config.php index 4b642286..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 RC"; + $version = "2.2 CVS"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -193,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