Skip to content

Commit

Permalink
Merge pull request silvanmelchior#179 from bossylvain/CustomInstallDirKo
Browse files Browse the repository at this point in the history
Update schedule.php
  • Loading branch information
roberttidey committed Jul 26, 2015
2 parents 4bf26cd + 68e9436 commit 21ab816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ function loadPars($config) {

function initPars() {
$pars = array(
SCHEDULE_FIFOIN => '/var/www/FIFO1',
SCHEDULE_FIFOOUT => '/var/www/FIFO',
SCHEDULE_FIFOIN => BASE_DIR.'/FIFO1',
SCHEDULE_FIFOOUT => BASE_DIR.'/FIFO',
SCHEDULE_CMDPOLL => '0.03',
SCHEDULE_MODEPOLL => '10',
SCHEDULE_MANAGEMENTINTERVAL => '3600',
Expand Down

0 comments on commit 21ab816

Please sign in to comment.