#!/usr/local/bin/pike //Pike CGI script for Pike-GTK2 documentation //Written Chris Angelico 2011 //Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. //see http://creativecommons.org/licenses/by-nc-sa/3.0/ Sql.Sql m=Sql.Sql("mysql://pike-gtk2:shoulders@localhost/pike-gtk2"); int main(int argc,array(string) argv) { string path=getenv("PATH_INFO"); if (!path) {write("Location: pike-gtk2/\n\n"); return 0;} string footer=#"
These pages copyright Chris Angelico, 2011. Licensed under the LGPL, the GPL v2.0, and the MPL v1.1. Page rendering by a Pike CGI script, licensed under CC-BY-NC-SA, source available here.