Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 27, 2024
1 parent 62fe4cc commit 3036aff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions public/linkpanel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"version": "v1.0.0"
}
4 changes: 2 additions & 2 deletions resources/lang/en/linkpanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
'return_to_dashboard' => 'Return to Dashboard',
'file_not_found' => 'File not found',
'internal_server_error' => 'Internal Server Error',
'system_error' => 'Ops! Something Error! Error Code:2, please tell Anjas Amar Pradana on Github For it.',
'unknown_error' => 'Ops! Something Error! Error Code:1, please tell Anjas Amar Pradana on Github For it.',
'system_error' => 'Ops! Something Error! Error Code: S002, please tell Anjas Amar Pradana on Github For it.',
'unknown_error' => 'Ops! Something Error! Error Code: E001, please tell Anjas Amar Pradana on Github For it.',
// AuthController errors
'invalid_login' => 'Username and password don\'t match',
'invalid_login_message' => 'Given credentials are invalid',
Expand Down
1 change: 1 addition & 0 deletions utility/linkpanel-update/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cd /var/www/html && git stash
cd /var/www/html && git checkout main
cd /var/www/html && git fetch
cd /var/www/html && git pull
sudo chmod -R o+w /var/www/html/storage
Expand Down

0 comments on commit 3036aff

Please sign in to comment.