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 config.php


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer index.php config.php
Date: Tue, 07 Nov 2006 23:17:29 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/11/07 23:17:29

Modified files:
        apps/phpviewer : index.php 
Added files:
        apps/phpviewer : config.php 

Log message:
        config externalized

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/index.php?cvsroot=qsos&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/phpviewer/config.php?cvsroot=qsos&rev=1.1

Patches:
Index: index.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- index.php   31 Oct 2006 15:56:05 -0000      1.1
+++ index.php   7 Nov 2006 23:17:29 -0000       1.2
@@ -6,9 +6,9 @@
 <body>
 <?php
 
+include("config.php");
+
 $family = $_GET['f'];
-$delim = "/";
-$sheet = "sheet";
 
 function getFamilies($dir) {
        global $delim;

Index: config.php
===================================================================
RCS file: config.php
diff -N config.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ config.php  7 Nov 2006 23:17:29 -0000       1.1
@@ -0,0 +1,5 @@
+<?php
+$sheet = "../../sheet";
+$delim = "/";
+$jpgraph_path = "jpgraph-2.1.3/src"
+?>
\ No newline at end of file




reply via email to

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