Advertisement
turbosasa

index

Jan 19th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. require_once 'configuration.class.php';
  3.  
  4. $configuration = new Configuration();
  5. $conf = $configuration->getConfigs();
  6.  
  7. echo $conf->test;
  8.  
  9.  
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement