Skip to content

Commit

Permalink
Fixing webfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MinePoS Dedicated committed Jul 4, 2018
1 parent 8a47abc commit 864be5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ npm-debug.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/

storage/settings.json
storage/settings.json.backu

# Laravel 5 & Lumen specific
Expand Down
4 changes: 2 additions & 2 deletions routes/admin/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
Route::get('settings/theme/upload','Admin\Settings\ThemeController@uploadform')->middleware('permission:edit settings')->name("admin.settings.theme.upload");
Route::POST('settings/theme/upload','Admin\Settings\ThemeController@upload')->middleware('permission:edit settings')->name("admin.settings.theme.upload");

Route::get('settings/update','Admin\SettingsController@viewUpdate')->middleware('permission:edit settings')->name("admin.settings.update");
Route::post('settings/update','Admin\SettingsController@doUpdate')->middleware('permission:edit settings')->name("admin.settings.update");
Route::get('settings/updates','Admin\SettingsController@viewUpdate')->middleware('permission:edit settings')->name("admin.settings.update");
Route::post('settings/updates','Admin\SettingsController@doUpdate')->middleware('permission:edit settings')->name("admin.settings.update");

});
2 changes: 1 addition & 1 deletion storage/settings.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"theme":"buycraft","admin":{"url":"admin"},"home_title":"MinePoS","home_desc":"<p>MinePoS Store :)<\/p>","pterodactyl_link":"","pterodactyl_key":"","pterodactyl_appkey":"","PayPalSecret":"","PayPalClientID":"","paypal_email":"[email protected]"}
{"theme":"buycraft","admin":{"url":"admin"},"home_title":"MinePoS","home_desc":"<p>Demo MinePoS Store :)<\/p>","pterodactyl_link":"https:\/\/pterodactyl.minepos.net\/api\/","pterodactyl_key":"80qqDg8mdN3x3sqOdybDxwq7QpLOld1TY4zwxKMX7sFx0hNe","pterodactyl_appkey":"f5sUq0FcHL4NxlhbEsRRlZXhdThNecF9MBTVIKXXpeXBlrg7","PayPalSecret":"EAt5VBV3ae789prQ2xtltU6F17sQVPaXljXTHPOlHB8WLvQuKsAGWlcwhWiNE70ggXe-xCn9IqCe0tWN","PayPalClientID":"AWQMJBcuVcbMwVTYilN_fpB9M6cNxFZ7U5T0J-ATrfDbUrRkeVDP45iEYoxnpn-Hw9F_ALewAwrxkq0e","paypal_email":"[email protected]"}

0 comments on commit 864be5e

Please sign in to comment.