forked from science-ation/science-ation
Somehow the "exit" got remarked from the top of populate_fake. Unremarked it.
This commit is contained in:
parent
6ab03749f5
commit
c44068929a
@ -23,7 +23,7 @@
|
|||||||
?>
|
?>
|
||||||
<?
|
<?
|
||||||
echo "To run this script, edit it and comment out the 'exit' (and this message) at the beginning";
|
echo "To run this script, edit it and comment out the 'exit' (and this message) at the beginning";
|
||||||
//exit;
|
exit;
|
||||||
include "../common.inc.php";
|
include "../common.inc.php";
|
||||||
|
|
||||||
$numprojects=150;
|
$numprojects=150;
|
||||||
|
Loading…
Reference in New Issue
Block a user