mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-31 05:51:01 +02:00
Fix typos. (#1214)
This commit is contained in:
committed by
GitHub
parent
1bcc240119
commit
b602dcd172
@@ -100,7 +100,7 @@ $favicon_path = '';
|
|||||||
$exclude_items = array();
|
$exclude_items = array();
|
||||||
|
|
||||||
// Online office Docs Viewer
|
// Online office Docs Viewer
|
||||||
// Availabe rules are 'google', 'microsoft' or false
|
// Available rules are 'google', 'microsoft' or false
|
||||||
// Google => View documents using Google Docs Viewer
|
// Google => View documents using Google Docs Viewer
|
||||||
// Microsoft => View documents using Microsoft Web Apps Viewer
|
// Microsoft => View documents using Microsoft Web Apps Viewer
|
||||||
// false => disable online doc viewer
|
// false => disable online doc viewer
|
||||||
@@ -2266,7 +2266,7 @@ function print_external($key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Verify CSRF TOKEN and remove after cerify
|
* Verify CSRF TOKEN and remove after certified
|
||||||
* @param string $token
|
* @param string $token
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user