punbb/cache/cache_ranks.php
changeset 7 98bbc533541c
parent 6 5e1f1e916419
child 8 8baccbad4a55
--- a/punbb/cache/cache_ranks.php	Sat Apr 05 23:56:45 2008 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<?php
-
-define('PUN_RANKS_LOADED', 1);
-
-$pun_ranks = array (
-  0 => 
-  array (
-    'id' => '1',
-    'rank' => 'New member',
-    'min_posts' => '0',
-  ),
-  1 => 
-  array (
-    'id' => '2',
-    'rank' => 'New member',
-    'min_posts' => '0',
-  ),
-);
-
-?>
\ No newline at end of file