1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-08 06:06:53 +02:00

Monstra Security: updates

This commit is contained in:
Awilum
2013-01-18 23:33:46 +02:00
parent 242930c425
commit efc3dd429d

View File

@@ -22,7 +22,7 @@ class Security
* *
* @var string * @var string
*/ */
public static $token_name = 'security_token'; protected static $token_name = 'security_token';
/** /**
* Protected constructor since this is a static class. * Protected constructor since this is a static class.