Skip to content

Commit

Permalink
Update welcome.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nforshifu234dev authored May 26, 2023
1 parent 823fb1f commit 7878671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@

$string .= '?>';
if ( file_put_contents( "assets/php/variables.php", $string ) && file_put_contents("../NFSFU-ECOMM/status.file", 1) )
if ( file_put_contents( "assets/php/variables.php", $string ) && file_put_contents("status.file", 1) )
{
Expand Down Expand Up @@ -548,4 +548,4 @@

exit;

?>
?>

0 comments on commit 7878671

Please sign in to comment.