Guest User

Untitled

a guest
May 2nd, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. function __autoload($name)
  3. {
  4. if (is_file($name . '.class.php')) { if(require($name . '.class.php')) }
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment