home comics writing pictures archive about

page.php

Language: PHP Hypertext Preprocessor
Last Modified: 2022-02-19 5:59:50 PM UTC
File Size: 297 bytes
http://www.penguinstew.ca/page.php
<?php
ifchdir_SERVER[DOCUMENT_ROOT]
{
printERROR:Cantsetcurrentdirectorytoserverroot;
exit1;
}
Parameters
name=_GET[name];
title=PenguinStewname;
leftmenu=true;
contentPath=pagesnamehtml;
includetemplatesmasterphp;
?>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16