Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhu Lun committed Jan 9, 2016
1 parent acedadd commit d0cbf24
Show file tree
Hide file tree
Showing 127 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions host/REOperation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
require_once 'YqBase.php';
require 'PHPMailer-master/class.PHPMailer.php';
require_once 'PHPMailer/class.PHPMailer.php';

function load_file($url) {
$ch = curl_init($url);
Expand All @@ -13,7 +13,7 @@ function load_file($url) {

function setMails ($number){

$mail = new PHPMailer;
$mail = new PHPMailer();

$mail->CharSet = 'UTF-8';
$mail->isSMTP();
Expand Down

0 comments on commit d0cbf24

Please sign in to comment.