diff --git a/PatchTwitter.php b/PatchTwitter.php index a76c87e..d598aad 100755 --- a/PatchTwitter.php +++ b/PatchTwitter.php @@ -9,7 +9,7 @@ require('TwitterKey.php'); use DG\Twitter\Twitter; function timestamp() { - $f = fopen(__DIR__ . '/timestamp.dat', 'a+'); + $f = fopen(__DIR__ . '/timestamp-twitter.dat', 'a+'); flock($f, LOCK_EX); $t = fgets($f); ftruncate($f, 0);