changeset 1074:48e16e856646

Use long tags.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 17:57:38 +0200
parents fc10fc30cd76
children 7e497188e4c6
files dbdefs.inc.php managedb.php mconfig.inc.php.example msession.inc.php print.php usrlogin.php usrlogout.php
diffstat 7 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/dbdefs.inc.php	Tue Jan 24 17:55:11 2017 +0200
+++ b/dbdefs.inc.php	Tue Jan 24 17:57:38 2017 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 
 $dbVersion = 30;
 
--- a/managedb.php	Tue Jan 24 17:55:11 2017 +0200
+++ b/managedb.php	Tue Jan 24 17:57:38 2017 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/php
-<?
+<?php
 //
 // FAPWeb Database management utility
 // (C) Copyright 2012-2017 Tecnic Software productions (TNSP)
--- a/mconfig.inc.php.example	Tue Jan 24 17:55:11 2017 +0200
+++ b/mconfig.inc.php.example	Tue Jan 24 17:57:38 2017 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 //
 // Site configuration, important settings that MUST be
 // reviewed and set correctly before deployment.
--- a/msession.inc.php	Tue Jan 24 17:55:11 2017 +0200
+++ b/msession.inc.php	Tue Jan 24 17:57:38 2017 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 //
 // FAPWeb - Simple Web-based Demoparty Management System
 // Session management and authentication
--- a/print.php	Tue Jan 24 17:55:11 2017 +0200
+++ b/print.php	Tue Jan 24 17:57:38 2017 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 //
 // FAPWeb - Simple Web-based Demoparty Management System
 // Data printout / hardcopy output module
--- a/usrlogin.php	Tue Jan 24 17:55:11 2017 +0200
+++ b/usrlogin.php	Tue Jan 24 17:57:38 2017 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 //
 // FAPWeb - Simple Web-based Demoparty Management System
 // Administration interface session login handler
--- a/usrlogout.php	Tue Jan 24 17:55:11 2017 +0200
+++ b/usrlogout.php	Tue Jan 24 17:57:38 2017 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 //
 // FAPWeb - Simple Web-based Demoparty Management System
 // User interface session logout