Changeset 2049954
- Timestamp:
- 03/13/2019 06:30:30 PM (7 years ago)
- File:
-
- 1 edited
-
playerjs/trunk/admin/playerjs_com_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
playerjs/trunk/admin/playerjs_com_admin.php
r2049250 r2049954 58 58 59 59 $check_path = ''; 60 if(strpos(file_get_contents($path),'Player')===false){60 /*if(strpos(file_get_contents($path),'Player')===false){ 61 61 $check_path = '<p style="color:#f00">File not found</p>'; 62 } 62 }*/ 63 63 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); 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.