]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
Add a <?php tag instead of a <?. Bug noted by Isam Ishaq <isam@planet.edu>
authorkkalev <kkalev>
Thu, 10 Apr 2003 16:10:06 +0000 (16:10 +0000)
committerkkalev <kkalev>
Thu, 10 Apr 2003 16:10:06 +0000 (16:10 +0000)
Changelog
htdocs/user_admin.php3

index 9cf4f2b3acd29c32117e0654f11fba4e82b5cc14..a2fce1161d34fdd1d1adcc6ec17bd3ff72588dad 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ Ver 1.63:
 * Add a few installation notes
 * Fix a problem with user_stats.php3
 * Update the README file with notes about the scripts present in the bin folder
+* Add a <?php tag instead of a <?. Bug noted by Isam Ishaq <isam@planet.edu>
 Ver 1.62:
 * Remove one sql query from user_admin which was not needed.
 * Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime
index cbb5d671f91b7569d1a44fbdec80f2e4f16682e5..4dac15a812b01a8d0f6842aa8f6c13784dd59cc0 100644 (file)
@@ -3,7 +3,7 @@ require('../conf/config.php3');
 ?>
 <html>
 <head>
-<?
+<?php
 require('../lib/functions.php3');
 require('../lib/defaults.php3');
 $date = strftime('%A, %e %B %Y, %T %Z');