esthetic change <? instead of <?php

This commit is contained in:
<bdauvergne@entrouvert.com> 1206722804 +0100 0001-01-01 00:00:00 +00:00
parent 552be0afc8
commit b2cd02f414
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?
function dispatch ($urls) {
<?php
function dispatch ($urls) {
$path_info = $_SERVER['PATH_INFO'];
$fname = $urls[$path_info];
if ($fname) {
@ -10,4 +10,3 @@
exit(0);
}
}
?>