public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Removed 'regenerate' route from the Cacher module that was used for testing.
vito (author)
Wed Jul 23 12:42:55 -0700 2008
commit  c5bd2458ce5d9a1b911ba2afca6f58e24b1f52ce
tree    7d53229508bc4d09469270f4f96d7c291d5376fb
parent  5c43bee26365703508332d64a64a3749f25e4779
...
136
137
138
139
140
141
142
143
144
145
...
136
137
138
 
 
 
 
 
139
140
0
@@ -136,9 +136,4 @@
0
       if (Config::current()->set("cache_expire", $_POST['cache_expire']))
0
         Flash::notice(__("Settings updated."), "/admin/?action=cache_settings");
0
     }
0
-
0
-    public function route_regenerate() {
0
-      $this->regenerate();
0
-      Flash::notice("Regenerated!", "/");
0
-    }
0
   }
0
\ No newline at end of file

Comments