Skip to content

Commit

Permalink
Remove edit_user.php and edit_user_handler.php which have been replaced.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Oct 14, 2021
1 parent 5524bcc commit a9720b9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 320 deletions.
177 changes: 0 additions & 177 deletions edit_user.php

This file was deleted.

137 changes: 0 additions & 137 deletions edit_user_handler.php

This file was deleted.

2 changes: 0 additions & 2 deletions includes/access.php
Expand Up @@ -84,8 +84,6 @@
'colors.php' => 1,
'css_cacher.php' => 1,
'edit_template.php' => 1,
'edit_user.php' => 1,
'edit_user_handler.php' => 1,
'icons.php' => 1,
'index.php' => 1,
'js_cacher.php' => 1,
Expand Down
4 changes: 0 additions & 4 deletions includes/classes/WebCalendar.php
Expand Up @@ -793,8 +793,6 @@ function _initConnect() {
strstr ( $PHP_SELF, 'edit_remotes.php' ) ||
strstr ( $PHP_SELF, 'edit_remotes_handler.php' ) ||
strstr ( $PHP_SELF, 'edit_template.php' ) ||
strstr ( $PHP_SELF, 'edit_user.php' ) ||
strstr ( $PHP_SELF, 'edit_user_handler.php' ) ||
strstr ( $PHP_SELF, 'group_edit_handler.php' ) ||
strstr ( $PHP_SELF, 'groups.php' ) ||
strstr ( $PHP_SELF, 'import.php' ) ||
Expand Down Expand Up @@ -834,8 +832,6 @@ function _initConnect() {
strstr ( $PHP_SELF, 'edit_report.php' ) ||
strstr ( $PHP_SELF, 'edit_report_handler.php' ) ||
strstr ( $PHP_SELF, 'edit_template.php' ) ||
strstr ( $PHP_SELF, 'edit_user.php' ) ||
strstr ( $PHP_SELF, 'edit_user_handler.php' ) ||
strstr ( $PHP_SELF, 'group_edit_handler.php' ) ||
strstr ( $PHP_SELF, 'groups.php' ) ||
strstr ( $PHP_SELF, 'import.php' ) ||
Expand Down

0 comments on commit a9720b9

Please sign in to comment.