X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fsetup.php;h=3bb5578deae8ac5a518ef32ff83cd1f4e2f9ac8c;hb=47cdc160884d49ca90e9470a609cd42eac0a709e;hp=6050b3ad32778cce06d448662c8c2d2a2ff1f261;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/applications/setup.php b/applications/setup.php index 6050b3ad..3bb5578d 100644 --- a/applications/setup.php +++ b/applications/setup.php @@ -1,21 +1,20 @@ . + See the License here . ***********************************************************************/ - 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?");