Change <? to <?php and add some formatting

This commit is contained in:
2016-11-17 22:16:26 +01:00
parent 2d5ba7fb8d
commit fb71f8c112
27 changed files with 270 additions and 296 deletions

View File

@@ -1,4 +1,4 @@
<?
<?php
$reserve = $_POST['reserve'];
$doc = new DOMDocument;

View File

@@ -1,4 +1,4 @@
<?
<?php
if($links_xml = simplexml_load_file("../db/links.xml")){
$links = $links_xml->reserve;
foreach($links as $label){

View File

@@ -1,4 +1,4 @@
<?
<?php
$reserve = $_POST['reserve'];
$doc = new DOMDocument;

View File

@@ -1,4 +1,4 @@
<?
<?php
$label = $_POST['label'];
$order = $_POST['order'];
$itemMoved = $_POST['itemMoved'];