dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Removing innecessary double quotes - speed
pedro_morgan
2007-08-21
c3859c5257d42fd60185518609df52dfd65518b3
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
help
/
lib
/
lang
/
en_support_message.lng
1
2
3
4
5
6
7
8
9
<?php
$wb['recipient_id_txt'] = 'recipient_id';
$wb['sender_id_txt'] = 'sender_id';
$wb['subject_txt'] = 'subject';
$wb['message_txt'] = 'message';
$wb['tstamp_txt'] = 'tstamp';
$wb['btn_save_txt'] = 'Save';
$wb['btn_cancel_txt'] = 'Cancel';
?>