boinc/html/ops/update_profile_pages.php

17 lines
269 B
PHP
Raw Normal View History

#!/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_alpha_pages();
build_picture_pages(GALLERY_WIDTH, GALLERY_HEIGHT);
build_uotd_page();
?>