From 01d2d115100d2083f7c4a0d6a7e5c5171acc4bbc Mon Sep 17 00:00:00 2001
From: pedro_morgan <pedro_morgan@ispconfig3>
Date: Sun, 19 Aug 2007 02:43:18 -0400
Subject: [PATCH] Minor edits and spelling

---
 interface/web/admin/list/filesync.list.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/interface/web/admin/list/filesync.list.php b/interface/web/admin/list/filesync.list.php
index e86ba64..d11f517 100644
--- a/interface/web/admin/list/filesync.list.php
+++ b/interface/web/admin/list/filesync.list.php
@@ -15,7 +15,7 @@
 //* Database table
 $liste['table'] 			= 'sys_filesync';
 
-//*  Primary index column
+//* Primary index column
 $liste['table_idx']			= 'id';
 
 //* Search Field Prefix
@@ -36,7 +36,7 @@
 //*  Paging Template
 $liste['paging_tpl']		= 'templates/paging.tpl.htm';
 
-//*  Script File der Liste?s
+//* Enable auth
 $liste['auth']				= 'no';
 
 
@@ -64,4 +64,5 @@
 							'prefix'	=> '%',
 							'suffix'	=> '%',
 							'width'		=> '');  
+
 ?>
\ No newline at end of file

--
Gitblit v1.9.1