Versions information moved to separate file.
[fa-stable.git] / config.default.php
index 87f99c82f21eedf5e8543d57dd82f57eed1dfbd3..e7a1eaee621e274e422b5a1dd314ec5006662864 100644 (file)
@@ -56,22 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        }               
        // Main Title
        $app_title = "FrontAccounting";
-       // application version
-       $version                = "2.3 Beta";
-        // src-data compatibility check. Do not change.
-       $core_version = "2.3";
 
-       // Extension packages repository
-       $FA_repo_version = '2.3';
-
-       $repo_auth = array(
-                'login' => 'anonymous',
-                'pass' => 'password',
-       );
-       
-       $repository = 'http://'.$repo_auth['login'].':'.$repo_auth['pass'].'@'.'repo.frontaccounting.eu'
-               .'/index.php?path=';
-               
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));