Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahKaram-Dev committed Apr 30, 2022
1 parent 78a1b73 commit c2acb59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion byebyework.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
$data = mysqli_query($connection,"select * from cron where project_path = '$projectName' order by date asc limit 1");
$result = mysqli_fetch_object($data);

print_r($result);
mysqli_close($connection);

exec("git add .");
Expand Down

0 comments on commit c2acb59

Please sign in to comment.