bzr branch
http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
18
by Gustav Hartvigsson
* Added vim modelines |
1 |
/* c-basic-offset: 2; tab-width: 2; indent-tabs-mode: nil
|
2 |
* vi: set shiftwidth=2 tabstop=2 expandtab:
|
|
3 |
* :indentSize=2:tabSize=2:noTabs=true:
|
|
4 |
*/
|
|
5 |
||
15.1.7
by Gustav Hartvigsson
* added a few things that will help with development |
6 |
package common; |
7 |
||
23
by Gustav Hartvigsson
* Made the <head> stuffs a template |
8 |
class Config { |
15.1.7
by Gustav Hartvigsson
* added a few things that will help with development |
9 |
public static |
10 |
String PW_SALT = "CHANGE_ME!"; |
|
11 |
}
|