dremjs-old/apps/widgets-settings/removewidget.php
Innovation Inc 404026a4c2 Spring cleaning
Cleaned up the file structure a bit.
Also made the terminal portable.
2021-03-26 02:34:24 -05:00

5 lines
113 B
PHP

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