[phpwebapp-commits] CVS: top10 browse.php,1.1.1.1,1.1.1.1.2.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-06 15:22:45
|
Update of /cvsroot/phpwebapp/top10 In directory sc8-pr-cvs1:/tmp/cvs-serv21756 Modified Files: Tag: maisp browse.php Log Message: Index: browse.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/browse.php,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** browse.php 23 Sep 2003 14:04:07 -0000 1.1.1.1 --- browse.php 6 Jan 2004 15:22:41 -0000 1.1.1.1.2.1 *************** *** 1,3 **** --- 1,4 ---- <?php + exit; /* Copyright 2001,2002,2003 Dashamir Hoxha, das...@us... *************** *** 28,31 **** --- 29,33 ---- */ /** */ + include "webapp.php"; *************** *** 40,42 **** WebApp::addVar("APP_STYLE", APP_URL."templates/styles.css"); WebApp::constructHtmlPage(BROWSER_PATH."fileBrowser.html"); ! ?> \ No newline at end of file --- 42,44 ---- WebApp::addVar("APP_STYLE", APP_URL."templates/styles.css"); WebApp::constructHtmlPage(BROWSER_PATH."fileBrowser.html"); ! ?> |