PHP Classes

File: server/db.config.php

Recommend this page to a friend!
  Classes of Oliver Lillie   PADL (PHP Application Distribution License System)   server/db.config.php   Download  
File: server/db.config.php
Role: Auxiliary script
Content type: text/plain
Description: Database config
Class: PADL (PHP Application Distribution License System)
Generate PHP application license keys
Author: By
Last change: Accessibility
Date: 18 years ago
Size: 110 bytes
 

Contents

Class file image Download
<?php

   
# define your username etc for db
   
$user = 'user';
   
$pass = 'pass';
   
$table = 'license';

?>