Revert to require_once

Keeping these statements as they were.
This commit is contained in:
Adam Magness 2017-11-09 12:26:32 -05:00
parent 1565061454
commit bc65cc2af1
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ function queue_run(&$argv, &$argc)
// delivering
include_once 'include/salmon.php';
require_once 'include/salmon.php';
$r = q(
"SELECT * FROM `queue` WHERE `id` = %d LIMIT 1",