<% if (general && general.light_image) { %>
<% } %>
<%
let isIntegrityError = false;
if (typeof errors !== 'undefined' && errors.length > 0) {
for (let i = 0; i < errors.length; i++) {
if (errors[i] && errors[i].includes('Integrity check failed')) {
isIntegrityError = true;
break;
}
}
}
%>
<% if (isIntegrityError) { %>
System Integrity Error
System files have been modified or corrupted. Please restore the original core files to continue.
<% } else { %>
License Validation
Enter your purchase code to proceed
<% } %>