15 lines
416 B
PHP
15 lines
416 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| DYNECT API LOGIN INFO
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Enter your Dynect API login info here.
|
|
|
|
|
$config['customer_name'] = 'demo-pagely';
|
|
$config['user_name'] = 'jstrebel';
|
|
$config['password'] = '1234test';
|
|
|
|
*/
|