Browse Source

Issue 51 - added 'entry' to the top of the page, plus updated entry.php

mheitzenroder@gmail.com 16 years ago
parent
commit
aeceafeacc
3 changed files with 4 additions and 2 deletions
  1. 2 0
      entry.php
  2. 1 1
      rss.php
  3. 1 1
      update.php

+ 2 - 0
entry.php View File

@@ -7,6 +7,8 @@
7 7
  * install.php
8 8
  * index.php
9 9
  * login.php
10
+ * update.php
11
+ * rss.php
10 12
  * admin/index.php
11 13
  * admin/close.php
12 14
  * admin/ajax.php

+ 1 - 1
rss.php View File

@@ -1,5 +1,5 @@
1 1
 <?php
2
-if(!defined('entry') || !entry) die('Not a valid page'); 
2
+if(!defined('entry')) define('entry',true); 
3 3
 /* ===========================
4 4
 
5 5
   gelato CMS - A PHP based tumblelog CMS

+ 1 - 1
update.php View File

@@ -1,5 +1,5 @@
1 1
 <?php
2
-if(!defined('entry') || !entry) die('Not a valid page'); 
2
+if(!defined('entry')) define('entry',true);  
3 3
 /* ===========================
4 4
 
5 5
   gelato CMS - A PHP based tumblelog CMS