mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
parent
231f133f51
commit
1af4c95216
2 changed files with 1 additions and 13 deletions
|
|
@ -1,14 +1,7 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
|
||||
if(version_compare(PHP_VERSION, '5.0.0', '>='))
|
||||
{
|
||||
require_once _XE_PATH_ . "libs/phpmailer/phpmailer.php";
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once _XE_PATH_ . "libs/phpmailer/class.phpmailer.php";
|
||||
}
|
||||
require_once _XE_PATH_ . "libs/phpmailer/phpmailer.php";
|
||||
|
||||
/**
|
||||
* Mailing class for XpressEngine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue