Company setup option for printing server Time Zone on Reports Print-Out.
[fa-stable.git] / applications / setup.php
index a36e44e17461f25f0552fb0668e703c4cd9e7ac8..3bb5578deae8ac5a518ef32ff83cd1f4e2f9ac8c 100644 (file)
@@ -9,13 +9,12 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-       include_once("./modules/installed_modules.php");
        class setup_app extends application
        {
                function setup_app()
                {
                        global $installed_modules;
-                       $this->application("system",_("Setup"));
+                       $this->application("system",_("S&etup"));
 
                        $this->add_module(_("Company Setup"));
                        $this->add_lapp_function(0, _("&Company Setup"),"admin/company_preferences.php?");