Initial commit

This commit is contained in:
Felix Förtsch
2020-10-20 14:39:50 +02:00
commit 648ded8896
1225 changed files with 216511 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
/**
* Fired when the plugin is uninstalled.
*
* @package log-viewer
* @author Markus Fischbacher <fischbacher.markus@gmail.com>
* @license GPL-2.0+
* @link http://wordpress.org/extend/plugins/log-viewer/
* @copyright 2013 Markus Fischbacher
*/
// If uninstall not called from WordPress, then exit
if( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}