dremjs-old/apps/widgets-settings/removewidget.php
2020-05-26 23:26:34 -05:00

5 lines
109 B
PHP

<?php
header("Location: index.php");
file_put_contents(getenv('DOCUMENT_ROOT').'/enabled_widgets', '');
?>