I am able to pause/enable my desired campaign(s) through command line,
but how can I do this via browser?
I have tried the following with no luck:
<?php
$output1 = shell_exec('php GetCampaigns.php');
echo "<pre>$output1</pre>";
$output2 = shell_exec('whoami');
echo "<pre>$output2</pre>";
?>
I have safe mode turned off, and $output2 works just fine, but not $output1, any ideas?
thx