From 559b657f9fc6a5374de9b7b1caf20abd4e308d76 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 13 Oct 2014 06:38:11 -0400
Subject: [PATCH] Merge branch 'master' into 'master'

---
 interface/web/admin/remote_user_del.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/interface/web/admin/remote_user_del.php b/interface/web/admin/remote_user_del.php
index 2779105..e3a3832 100644
--- a/interface/web/admin/remote_user_del.php
+++ b/interface/web/admin/remote_user_del.php
@@ -39,8 +39,8 @@
 * End Form configuration
 ******************************************/
 
-require_once('../../lib/config.inc.php');
-require_once('../../lib/app.inc.php');
+require_once '../../lib/config.inc.php';
+require_once '../../lib/app.inc.php';
 
 //* Check permissions for module
 $app->auth->check_module_permissions('admin');
@@ -48,14 +48,15 @@
 $app->uses('tpl,tform');
 $app->load('tform_actions');
 
-// Create a class page_action that extends the tform_actions base class 
+// Create a class page_action that extends the tform_actions base class
 
-class page_action extends tform_actions { 
+class page_action extends tform_actions {
 
 
 	// Customisations for the page actions will be defined here
-   	
+
 }
+
 $page = new page_action;
 $page->onDelete();
 

--
Gitblit v1.9.1