-) Bugfixing
-) Added HTTP 500 Status code, since this means there is a file and php encountered an error on execution
This commit is contained in:
@@ -74,7 +74,7 @@ class WpTarget
|
||||
|
||||
# Valid HTTP return codes
|
||||
def self.valid_response_codes
|
||||
[200, 403, 301, 302]
|
||||
[200, 403, 301, 302, 500]
|
||||
end
|
||||
|
||||
# return WpTheme
|
||||
|
||||
@@ -93,6 +93,7 @@ class Svn_Parser
|
||||
end
|
||||
|
||||
# Get a file in each directory
|
||||
# TODO: exclude files like Thumbs.db (Example: wordpress-23-related-posts-plugin/)
|
||||
def get_svn_file_entries(dirs)
|
||||
entries = []
|
||||
queue_count = 0
|
||||
|
||||
Reference in New Issue
Block a user