Skip to content

Commit

Permalink
BApp Store version v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volkandindar authored Aug 20, 2024
1 parent a9188ca commit 56470a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Agartha.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def authAdduser(self, ev):
self._btnAuthRun.setEnabled(True)
self._btnAuthReset.setEnabled(True)
if _itemAdded:
self._lblAuthNotification.text = "'" + self._tbAuthNewUser.text.strip() + "' added successfully! Possible session terminators, and non-executable file types have been filtered out!"
self._lblAuthNotification.text = "'" + self._tbAuthNewUser.text.strip() + "' added successfully! Possible session terminators (signout, logoff, etc.), dangerous commands (kill, terminate, delete, etc.), and file types (gif, js, etc.) have been filtered out!"
self._lblAuthNotification.setForeground (Color.black)
self._cbAuthColoring.setEnabled(True)
self._cbAuthGETPOST.setEnabled(True)
Expand All @@ -249,7 +249,7 @@ def authAdduser(self, ev):
for y in range(0,self.tableMatrix.getColumnCount()):
self._customTableColumnModel.getColumn (y).setCellRenderer (self._customRenderer)
else:
self._lblAuthNotification.text = "No item has been added! User URLs may have possible session terminators, or non-executable file types. Please click 'Reset' button to refresh the screen."
self._lblAuthNotification.text = "No item has been added! User URLs may only have possible session terminators (signout, logoff, etc.), dangerous commands (kill, terminate, delete, etc.), or file types (gif, js, etc.). Please click 'Reset' button to refresh the screen."

return

Expand Down

0 comments on commit 56470a6

Please sign in to comment.