changeset 102:41c128ba0c2c

Include constants, and fix php-mode
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Mon, 07 Mar 2016 17:04:44 +0100
parents 0a33803ee026
children 23a59da90fc7
files sitemap.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sitemap.php	Sat Sep 27 10:54:58 2014 +0200
+++ b/sitemap.php	Mon Mar 07 17:04:44 2016 +0100
@@ -1,8 +1,9 @@
-<?
+<?php
 /**
  * @file
  * Generates a sitemap
  */
+include_once 'constants.inc';
 
 include_once 'ScriptIncludeCache.inc';