<?php function __exim_pre_update(){ global $globals; if(!is_dir('/var/webuzo/backup')){ @mkdir('/var/webuzo/backup'); } }