On Tue, Feb 24, 2015, at 10:25 PM, Richard Verbrugge wrote: > Can this be done? And how? > Under the configurations would like to perform the following (I’m used to PHP > hence the example): > Set: summary.pppoeusername to: <?php include > phppage.php?serial=[SERIAL]&request=pppoeusername ?> > Set: summary.pppoepassword to: <?php include > phppage.php?serial=[SERIAL]&request=pppoepassword ?>
Hi Richard, You can not do that using presets, but you can use the API to push configuration from your PHP code. Check out the API reference in the wiki. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
