Skip to content

Instantly share code, notes, and snippets.

View scottux's full-sized avatar

Scott scottux

View GitHub Profile
@scottux
scottux / wiki.php
Created November 20, 2013 18:39
QCubed Wiki
<?php
/**
* QCubed Wiki
*/
// Include prepend.inc to load Qcodo
require('includes/prepend.inc.php');
class WikiForm extends QForm
{