Uniform headers

This commit is contained in:
Jonathan Ernst
2004-12-25 20:08:00 +00:00
committed by WineHQ
parent 5cea0f68f3
commit f5741ea108
18 changed files with 105 additions and 24 deletions

View File

@@ -1,5 +1,11 @@
<?php
/*******************/
/* delete comments */
/*******************/
/*
* application evironment
*/
include("path.php");
require(BASE."include/"."incl.php");
require(BASE."include/"."application.php");