The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
| auth_mechanisms = plain login | |
| !include auth-sql.conf.ext |
| #! /bin/bash | |
| KEY="hahahahayeahright" | |
| URL="https://www.example.com/apiv1/router/collector-conf/key/${KEY}" | |
| LAN1ID="1" | |
| LAN2ID="2" | |
| ETCPATH="/usr/local/etc/bird" | |
| RUNPATH="/var/run/bird" | |
| BIN="/usr/sbin/bird" |
| <?php | |
| require_once( 'Timer.php' ); | |
| Timer::start(); | |
| // do something | |
| echo "Time elapsed: " . Timer::end() . "\n"; | |