Skip to content

Commit

Permalink
Update Armory_model.php
Browse files Browse the repository at this point in the history
Fix direct file access
  • Loading branch information
scarecr0w12 authored Feb 18, 2022
1 parent 0c63b48 commit ff714ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/modules/armory/models/Armory_model.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
//defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') OR exit('No direct script access allowed');

class armory_model extends CI_Model
{
Expand Down Expand Up @@ -230,4 +230,4 @@ public function getLogros($MultiRealm, $id)
$this->multirealm = $MultiRealm;
return $this->multirealm->select('guid')->where('guid',$id)->get('character_achievement')->num_rows();
}
}
}

0 comments on commit ff714ac

Please sign in to comment.