Go to file
Andreas Gohr 89177306a2 Introducing a $_REQUEST/POST/GET wrapper
This new wrapper ensures types are correct and accessed parameters are
actually set (with custom default fallbacks).

The wrapper is available in the global $INPUT variable. It accesses
$_REQUEST by default. If POST or GET is required, the post and get
members can be used:

$INPUT->int('foo',false); // access $_REQUEST['foo'], default false
$INPUT->post->int('foo'); // access $_POST['foo'], default 0
$INPUT->get->int('foo'); // access $_GET['foo'], default 0

The codebase still needs to be updated to make use of this.
2012-06-24 14:00:49 +02:00
_cs more codesniffer updates 2012-03-16 12:09:13 +01:00
_test empty ID in wl() will be treated as $conf['start'] 2012-05-14 21:57:43 +02:00
bin Adding a \n to striplangs' help 2011-07-30 10:22:38 +02:00
conf use more secure password hash for admin pass FS#2536 2012-06-23 15:00:09 +02:00
data fixed small typo in wiki:syntax (FS#2528) 2012-05-27 13:22:27 +01:00
inc Introducing a $_REQUEST/POST/GET wrapper 2012-06-24 14:00:49 +02:00
lib Dutch language update 2012-06-22 10:03:21 +02:00
.gitignore Merge pull request #96 from dom-mel/phpunit 2012-05-01 12:38:41 -07:00
.htaccess.dist FS#1878: Hide Dokuwiki version information from metadata and only show it to admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht* 2010-06-26 18:25:41 +02:00
COPYING updated GPL2 license text (fixes whitespace issues and typos and updates FSF address) 2011-12-11 12:21:56 +00:00
README Update copyright year 2012-01-15 10:33:05 +01:00
doku.php Release preparations 2012-04-19 23:25:50 +02:00
feed.php make RSS contents (media/pages) configurable 2012-03-02 08:08:29 +01:00
index.php Whitespace cleanup FS#1709 2009-10-16 22:55:26 +02:00
install.php use more secure password hash for admin pass FS#2536 2012-06-23 15:00:09 +02:00

README

All documentation for DokuWiki is available online
at http://www.dokuwiki.org/

For Installation Instructions see
http://www.dokuwiki.org/install

DokuWiki - 2004-2012 (c) Andreas Gohr <andi@splitbrain.org>
                         and the DokuWiki Community
See COPYING and file headers for license info