mirror of https://github.com/BOINC/boinc.git
When run, rebuilds the picture gallery and country pages.
svn path=/trunk/boinc/; revision=1724
This commit is contained in:
parent
e43d6f3cdf
commit
175f22aa6b
|
@ -0,0 +1,14 @@
|
||||||
|
#!/usr/local/bin/php
|
||||||
|
|
||||||
|
<?php
|
||||||
|
|
||||||
|
require_once("../html_user/db.inc");
|
||||||
|
require_once("gallery.inc");
|
||||||
|
require_once("../html_user/profile.inc");
|
||||||
|
|
||||||
|
db_init();
|
||||||
|
|
||||||
|
build_country_pages();
|
||||||
|
build_picture_pages(GALLERY_WIDTH, GALLERY_HEIGHT);
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue