Browse Source

* add c++ to syntax list

master
Alex 'AdUser' Z 6 years ago
parent
commit
e64a420d0e
  1. 2
      conf/ldv.conf.sample

2
conf/ldv.conf.sample

@ -49,7 +49,7 @@
zerobin => {
access => 'all',
syntax => ['bash', 'c', 'css', 'html', 'perl', 'php', 'python', 'other'],
syntax => ['bash', 'c', 'c++', 'css', 'html', 'perl', 'php', 'python', 'other'],
maxsize => 1 * 1024 * 1024,
},

Loading…
Cancel
Save