Entwicklung/Entwicklersystem PL: Unterschied zwischen den Versionen
Entwicklung/Entwicklersystem PL (Quelltext anzeigen)
Version vom 29. August 2017, 11:08 Uhr
, 29. August 2017→fehlende Verzeichnisse und Dateien anlegen
(→PHP-Setup: apc entfällt) |
|||
Zeile 46: | Zeile 46: | ||
* mkdir /var/www/html/ocpl/var/download/zip/ocxml11 | * mkdir /var/www/html/ocpl/var/download/zip/ocxml11 | ||
* mkdir /var/www/html/ocpl/var/download/zip/ocxml12 | * mkdir /var/www/html/ocpl/var/download/zip/ocxml12 | ||
In ocpl/Utils/Email die provisorische Datei OcSpamDomain.php mit folgendem Inhalt anlegen: | |||
<pre> | |||
<?php | |||
namespace Utils\Email; | |||
class OcSpamDomain | |||
{ | |||
const DB_ERRORS = 0; | |||
const GENERIC_ERRORS = 0; | |||
public function isEmailAllowed($spamDomain) | |||
{ | |||
return false; | |||
} | |||
} | |||
</pre> | |||
=== lokale Dateien im Git ignorieren === | === lokale Dateien im Git ignorieren === |