From f65b8c618bb41f38c9525004dcce41b41e3c8c7a Mon Sep 17 00:00:00 2001 From: Malishev Dmitry Date: Fri, 2 Sep 2011 21:39:10 +0300 Subject: [PATCH] Vesta session class --- web/vesta/core/VestaSession.class.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 web/vesta/core/VestaSession.class.php diff --git a/web/vesta/core/VestaSession.class.php b/web/vesta/core/VestaSession.class.php new file mode 100644 index 000000000..038e01f7f --- /dev/null +++ b/web/vesta/core/VestaSession.class.php @@ -0,0 +1,25 @@ + 'vesta'); + } + +} + +?>