To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk
15.1.7
by Gustav Hartvigsson
* added a few things that will help with development
|
1
|
package common;
|
2
|
|
3
|
public class Config {
|
4
|
public static
|
5
|
String PW_SALT = "CHANGE_ME!";
|
6
|
}
|