punbb/cache/cache_ranks.php
changeset 6 5e1f1e916419
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/punbb/cache/cache_ranks.php	Sat Apr 05 23:56:45 2008 -0400
@@ -0,0 +1,20 @@
+<?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