Advertisement
TBotNik

em_objects.php

Dec 21st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // Analysis Class
  2. if (PRUN_ME==0) { // Must be set in a config file.
  3. require('em_analyze.php');
  4. } else {
  5. include('em_analyze.php');
  6. } // end if PRUN_ME
  7.  
  8. // Archiving (Compression) Class
  9. if (PRUN_ME==0) { // Must be set in a config file.
  10. require('em_archive.php');
  11. } else {
  12. include('em_archive.php');
  13. } // end if PRUN_ME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement