Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 11th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. define("_BBC_PAGE_NAME", BBC_CALC_PAGE);
  3. define("_BBCLONE_DIR", "laskuri/");  
  4. define("COUNTER", _BBCLONE_DIR."mark_page.php");  
  5. if (is_readable(COUNTER)) include_once(COUNTER);  
  6. ob_end_flush();
  7. ?>