Skip to content

Commit

Permalink
Remove unused defines
Browse files Browse the repository at this point in the history
  • Loading branch information
michitux committed Dec 30, 2012
1 parent 1eefdb1 commit 89da326
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
// must be run within Dokuwiki
if (!defined('DOKU_INC')) die();

if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');

/**
* Admin component of the pagemove plugin. Provides the user interface.
*/
Expand Down

0 comments on commit 89da326

Please sign in to comment.