Update of /cvsroot/phpwebapp/documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv11335
Modified Files:
ToDo.txt browse.php
Log Message:
Index: ToDo.txt
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/ToDo.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ToDo.txt 21 Feb 2003 08:18:22 -0000 1.1.1.1
--- ToDo.txt 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 7,12 ****
edhe nje tools per ta castomizuar.
- * Hidh ne CVS-ne lokale documentation dhe sample applications.
-
* Rregullo formatin e komenteve gjenero dokumentacionin me phpDocumentor.
--- 7,10 ----
Index: browse.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/browse.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** browse.php 21 Feb 2003 08:18:22 -0000 1.1.1.1
--- browse.php 23 Feb 2003 14:29:07 -0000 1.2
***************
*** 1,4 ****
<?php
! include "application.php";
WebApp::addVar("APP_STYLE", APP_URL."templates/styles.css");
WebApp::constructHtmlPage(BROWSER_PATH."fileBrowser.html");
--- 1,4 ----
<?php
! include "webapp.php";
WebApp::addVar("APP_STYLE", APP_URL."templates/styles.css");
WebApp::constructHtmlPage(BROWSER_PATH."fileBrowser.html");
|