diff --git a/shell.php b/AskGit.php similarity index 100% rename from shell.php rename to AskGit.php diff --git a/byebyework.php b/byebyework.php index 0e13bad..41e3320 100644 --- a/byebyework.php +++ b/byebyework.php @@ -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 .");