qsos-commits
[Top][All Lists]
Advanced

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

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


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/phpviewer config.php
Date: Mon, 11 Dec 2006 22:49:02 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/12/11 22:49:02

Modified files:
        apps/phpviewer : config.php 

Log message:
        Separation between local and web paths to QSOS sheets
        Addition of ocal and web paths to QSOS templates

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

Patches:
Index: config.php
===================================================================
RCS file: /sources/qsos/qsos/apps/phpviewer/config.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- config.php  14 Nov 2006 14:32:35 -0000      1.2
+++ config.php  11 Dec 2006 22:49:02 -0000      1.3
@@ -1,5 +1,8 @@
 <?php
-$sheet = "../../sheet";
+$sheet = "sheets";
+$sheet_web = "http://localhost/sheets";;
+$template = "template";
+$template_web = "http://localhost/template";;
 $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]