<?php
/**
* This file is part of
* ALAF - PHP Framework System.
* Copyright by Andre Lachnicht www.alaniso.de
*
* @Generated: by module modwizz @
* @Revision: 0 @
* @Author: Andre Lachnicht @
* @Date: Thu 2017/08/31 22:51:51 CEST @
*/
// $modpath = 'modules/' . basename(dirname(__DIR__)) . '/';
$modpath = 'includes' . DS . 'classes' . DS;
/* Ordner zum löschen */
$deldirs = array(
$modpath . 'PHPMailer',
$modpath . 'PHPMailer/salat',
$modpath . 'PHPMailer/language'
);
/* Dateien zum löschen */
$delfiles = array(
$modpath . 'PHPMailer/class.pop3.php'
);
?>
Wichtig: Das Setup includiert diese Datei und erwartet die Definition der beiden array-Variablen:
$deldirs[]
und $delfiles[]