Recent content by david6510

  1. D

    Google Drive support?

    I saw Google Drive support in File Server Container class (GoogleDriveAdapter). I wonder if you would support Google Drive as a backend storage engine. Google Drive paired with CloudFlare worker would be a great low cost option for cold files.
  2. D

    PHPMailer always shows DEBUG when using SMTP [Solved]

    Edit this file /core/includes/coreFunctions.class.php Find Line 650 Change $mail->SMTPDebug = 1; to $mail->SMTPDebug = 0;
  3. D

    recommended nginx file and directory permissions/owner

    755 is much better than 777 if you are using Ubuntu, just use chown 33:33 /path/to/your/yetishare -R