mirror of https://github.com/BOINC/boinc.git
Changed includes to reflect refactoring of gallery.inc.
svn path=/trunk/boinc/; revision=1749
This commit is contained in:
parent
f304a318e8
commit
166cd8dfd2
|
@ -1,8 +1,9 @@
|
|||
<?php
|
||||
require_once("db.inc");
|
||||
require_once("util.inc");
|
||||
require_once("profile.inc");
|
||||
require_once("project_specific/project.inc");
|
||||
require_once("gallery.inc");
|
||||
|
||||
|
||||
db_init();
|
||||
$user = get_logged_in_user(); // Can't delete your profile unless you're logged in!
|
||||
|
|
Loading…
Reference in New Issue