mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Revert constants removal changes
This commit is contained in:
@@ -57,7 +57,7 @@ class GameController extends BasePageController
|
||||
|
||||
switch ($action) {
|
||||
case 'submit':
|
||||
$coverLoc = resource_path().'/covers/'.'games/'.$id.'.jpg';
|
||||
$coverLoc = NN_COVERS.'games/'.$id.'.jpg';
|
||||
|
||||
if ($_FILES['cover']['size'] > 0) {
|
||||
$tmpName = $_FILES['cover']['tmp_name'];
|
||||
|
||||
Reference in New Issue
Block a user