Plugin Directory

Changeset 2049954


Ignore:
Timestamp:
03/13/2019 06:30:30 PM (7 years ago)
Author:
playerjs
Message:

Fixed bug in admin area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • playerjs/trunk/admin/playerjs_com_admin.php

    r2049250 r2049954  
    5858   
    5959    $check_path = '';
    60     if(strpos(file_get_contents($path),'Player')===false){
     60    /*if(strpos(file_get_contents($path),'Player')===false){
    6161        $check_path = '<p style="color:#f00">File not found</p>';
    62     }
     62    }*/
    6363    echo('<input type="text" name="playerjs_com_script_path[input]" style="width:100%;font-size:90%;max-width:800px;font-family:Courier New,monotype"  value="'.esc_attr($path).'" />'.$check_path);
    6464}
Note: See TracChangeset for help on using the changeset viewer.