Fix: move old files in php/batch
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__."/mail/mail_sender.php";
|
require_once __DIR__ . "/mail/mail_sender.php";
|
||||||
require_once __DIR__."/mail/mail_setting.php";
|
require_once __DIR__ . "/mail/mail_setting.php";
|
||||||
require_once __DIR__."/mail/chocomae_info.php";
|
require_once __DIR__ . "/mail/chocomae_info.php";
|
||||||
|
|
||||||
if($argc != 4) {
|
if($argc != 4) {
|
||||||
echo "check the input arguments\n";
|
echo "check the input arguments\n";
|
||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__."/mail/mail_sender.php";
|
require_once __DIR__ . "/mail/mail_sender.php";
|
||||||
require_once __DIR__."/mail/mail_setting.php";
|
require_once __DIR__ . "/mail/mail_setting.php";
|
||||||
require_once __DIR__."/mail/chocomae_info.php";
|
require_once __DIR__ . "/mail/chocomae_info.php";
|
||||||
|
|
||||||
if($argc != 4) {
|
if($argc != 4) {
|
||||||
echo "check the input arguments\n";
|
echo "check the input arguments\n";
|
||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__."/mail/mail_sender.php";
|
require_once __DIR__ . "/mail/mail_sender.php";
|
||||||
require_once __DIR__."/mail/mail_setting.php";
|
require_once __DIR__ . "/mail/mail_setting.php";
|
||||||
require_once __DIR__."/mail/chocomae_info.php";
|
require_once __DIR__ . "/mail/chocomae_info.php";
|
||||||
|
|
||||||
if($argc != 4) {
|
if($argc != 4) {
|
||||||
echo "check the input arguments\n";
|
echo "check the input arguments\n";
|
||||||
Reference in New Issue
Block a user