<?php // authentication domain data. You should probably use // the name of your application instead of demoapp. // It won't hurt you if you do though, but it's not // going to look very professional. // If you do not use authentication, don't touch it. $opt['realm'] = 'demoapp'; // DB access data, keep this away from the kids :-) $opt['hn'] = 'localhost'; $opt['un'] = 'honey'; $opt['pw'] = 'ishrunkthekids'; $opt['db'] = 'silly'; // - Demo app example values. // - Do NOT use on the internet at large. // - Don't make me say "I told you so" // $opt['realm'] = 'demoapp'; // $opt['hn'] ='localhost'; // $opt['un'] ='demo'; // $opt['pw'] ='demo1demo'; // $opt['db'] ='demo'; ?>