qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/phpviewer index.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer index.php
Date: Mon, 13 Nov 2006 10:36:46 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/13 10:36:46

Modified files:
        apps/phpviewer : index.php 

Log message:
        "templates" directory ignored

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/index.php?cvsroot=qsos&r1=1.4&r2=1.5

Patches:
Index: index.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- index.php   13 Nov 2006 10:31:17 -0000      1.4
+++ index.php   13 Nov 2006 10:36:46 -0000      1.5
@@ -16,7 +16,7 @@
        if (is_dir($dir)) {
                if ($dh = opendir($dir)) {
                        while (($file = readdir($dh)) !== false) {
-                               if (is_dir($dir.$delim.$file) && ($file != 
'CVS') && ($file != '.') && ($file != '..') && ($file != 'include')) {
+                               if (is_dir($dir.$delim.$file) && ($file != 
'CVS') && ($file != '.') && ($file != '..') && ($file != 'include') && ($file 
!= 'templates')) {
                                        array_push($families, $file);
                                }
                        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]