forked from science-ation/science-ation
Initial sources
removed proposal - doesnt need to be made public
This commit is contained in:
parent
fa8df79b41
commit
5b65814e7c
26
common.inc.php
Normal file
26
common.inc.php
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<?
|
||||||
|
require("config.inc.php");
|
||||||
|
|
||||||
|
function send_header($title="")
|
||||||
|
{
|
||||||
|
?>
|
||||||
|
<HTML>
|
||||||
|
<HEAD><TITLE><?=$title?></TITLE></HEAD>
|
||||||
|
<BODY>
|
||||||
|
<h1>Science Fair In A Box</h1>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<?
|
||||||
|
}
|
||||||
|
|
||||||
|
function send_footer()
|
||||||
|
{
|
||||||
|
?>
|
||||||
|
</BODY>
|
||||||
|
</HTML>
|
||||||
|
|
||||||
|
<?
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
?>
|
5
config.inc.php
Normal file
5
config.inc.php
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?
|
||||||
|
$SFIABDIRECTORY="sfiab/";
|
||||||
|
|
||||||
|
|
||||||
|
?>
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user