Advertisement
Kalashnikov

Untitled

Jun 22nd, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. if (getlastmod($potiersurl) == filemtime('PO_tiers.xml')) {
  2.         logadd('No changes in PO tiers.');
  3.         die();
  4.     }
  5.     else {
  6.         logadd('PO tiers were updated.');
  7.         $x->asXML('PO_tiers.xml');
  8.         touch('PO_tiers.xml', getlastmod($potiersurl));
  9.         logadd('New PO_tiers.xml loaded');
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement