<?php
if(!defined('SOFTACULOUS')){
die('Hacking Attempt');
}
include_once('/opt/hc_php/unversioned/SoftaculousHtaccessRewriter.php');
function __post_install($installation){
try {
softaculousHtaccessRewrite($installation);
} catch (Exception $e) {
error_log("Hook softaculousHtaccessRewrite exception: ".$e);
}
}
?>
Back to Directory