Company directory was not deleted after company removal.
[fa-stable.git] / admin / forms_setup.php
index 46676617937b8a9e5f85bccb813bb3a8f9a97290..33982b1e4c7cd48f0b06b4255a4a69d09454bca0 100644 (file)
@@ -9,8 +9,8 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-$page_security =10;
-$path_to_root="..";
+$page_security = 'SA_FORMSETUP';
+$path_to_root = "..";
 include($path_to_root . "/includes/session.inc");
 
 page(_("Forms Setup"));
@@ -58,7 +58,7 @@ while ($type = db_fetch($systypes))
 
 end_outer_table(1);
 
-submit_center('setprefs', _("Update"), true, '', true);
+submit_center('setprefs', _("Update"), true, '', 'default');
 
 end_form(2);