PATH:
var
/
softaculous
/
dokeos
<?php if(empty($administrator)) return; // ============================== mail ================================= // smtp values for phpmailer Class $platform_email['SMTP_FROM_EMAIL'] = $administrator["email"]; $platform_email['SMTP_FROM_NAME'] = $administrator["name"]; $platform_email['SMTP_HOST'] = 'localhost'; $platform_email['SMTP_PORT'] = 25; $platform_email['SMTP_MAILER'] = 'mail'; //mail, sendmail or smtp $platform_email['SMTP_AUTH'] = 0; $platform_email['SMTP_USER'] = ''; $platform_email['SMTP_PASS'] = ''; $platform_email['SMTP_CHARSET'] = 'ISO-8859-15'; global $charset; if (!empty($charset) && $charset != $platform_email['SMTP_CHARSET']) { $platform_email['SMTP_CHARSET'] = $charset; } // ==================================================================== ?>
[+]
php56
[+]
php53
[+]
..
[-] edit.xml
[edit]
[-] import.php
[edit]
[-] configuration.php
[edit]
[-] notes.txt
[edit]
[-] md5
[edit]
[-] profile.conf.php
[edit]
[-] install.js
[edit]
[-] course_info.conf.php
[edit]
[+]
php71
[-] add_course.conf.php
[edit]
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] edit.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[+]
images
[-] mail.conf.php
[edit]