Moving 2.0 development version to main trunk.
[fa-stable.git] / applications / setup.php
index b3b0436e06e488e5866392adcc6ced312414cc9e..1bc46c461c76c42ea04e0a28e9afa77ac811f6d9 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
        include_once("./modules/installed_modules.php");
-       class setup_app extends application 
+       class setup_app extends application
        {
-               function setup_app() 
+               function setup_app()
                {
                        global $installed_modules;
                        $this->application("system",_("Setup"));
@@ -38,7 +38,7 @@
                                        if ($mod["tab"] == "system")
                                                $this->add_rapp_function(2, $mod["name"], "modules/".$mod["path"]."/".$mod["filename"]."?");
                                }
-                       }       
+                       }
                }
        }