new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php return
|
||||
[
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| URL Change Chars
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| It is used to filter the data coming from the URL.
|
||||
|
|
||||
| Example: 'old_chars' => 'change_new_chars'
|
||||
|
|
||||
*/
|
||||
|
||||
'urlChangeChars' =>
|
||||
[
|
||||
'<' => '',
|
||||
'>' => ''
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user