This repository has been archived on 2025-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qemudb/path.php
Jonathan Ernst d3d9e853d9 - replaced tons of tabs with spaces
- replaced <? with <?php for compatibility sake (see TODO and CODING_STANDARD to know more)
- improved overall code lisibility
2004-12-12 03:51:51 +00:00

4 lines
30 B
PHP

<?php
define("BASE","./");
?>