GPL v3 Release

This commit is contained in:
chirpy
2025-08-28 15:15:56 +01:00
parent c15ade09f6
commit 2923c43f8f
494 changed files with 106870 additions and 58 deletions

9
csf/cwp/csfofficial.php Normal file
View File

@@ -0,0 +1,9 @@
<iframe scrolling='auto' name='myiframe' id='myiframe' src='loader_ajax.php?ajax=csfframe' frameborder='0' width='100%' onload='resizeIframe(this);'></iframe>
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
window.scrollTo(0,0);
window.parent.scrollTo(0,0);
window.parent.parent.scrollTo(0,0);
}
</script>