Menu

Tree [4ea258] master /
 History

HTTPS access


File Date Author Commit
 Icons 2012-10-22 Julien Moreau Julien Moreau [ae43bc] Add icons & merge to v1.3
 .gitattributes 2013-07-30 Julien Moreau Julien Moreau [4ea258] More uses of forEach() => not anymore PHP3 comp...
 LAST_COMMIT 2013-07-30 Julien Moreau Julien Moreau [0f36ed] A bit more calls of forEach() => not anymore PH...
 README.txt 2013-07-30 Julien Moreau Julien Moreau [4ea258] More uses of forEach() => not anymore PHP3 comp...
 index.php 2013-07-30 Julien Moreau Julien Moreau [4ea258] More uses of forEach() => not anymore PHP3 comp...

Read Me

This is the WebFileViewer project README file.
See the project home page: https://sourceforge.net/projects/web-file-viewer/

This project started in 2002 with PHP3. Then the code is NOT object oriented.
I am not really proud of it (about 10 years after) but it still works.

Changelog:

v1.3 : PHP5 compliance (tested with PHP 5.3.0)
	The old & slow ereg* functions are replaced with faster preg* ones.

2013-07-28  Extensive use of foreach() (there were already few calls)
  Thus, it is not anymore PHP3 compliant.