Skip to content

Commit

Permalink
v1.4.0 (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoungblood committed Jul 30, 2020
1 parent 7e8b96f commit 05c8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stereo/stereo-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function any($url, $callback){

// set a cookie
public function cookie_set($k, $v, $time = false){
$expires = time() + 31536000000;
$expires = time() + 31536000;
if ($time){
$expires = $time;
}
Expand Down

0 comments on commit 05c8915

Please sign in to comment.