// defined('_JEXEC') or die; //class plgSystemCustomredirect extends JPlugin //{ // public function onAfterInitialise() // { // $app = JFactory::getApplication(); // // // Only redirect on the frontend // if ($app->isClient('site')) //{ // $user = JFactory::getUser(); // // Only redirect logged-in users // if ($user->id > 0) { // Target URL (change to what you need) // $redirectUrl = 'index.php?option=com_content&view=article&id=1'; // Prevent infinite loop // $currentUrl = JUri::getInstance()->toString(); // Only redirect if not already on that page // if (strpos($currentUrl, $redirectUrl) === false) // { // $app->redirect(JRoute::_($redirectUrl, false)); // $app->close(); // Or use exit; // } // } // } // } // } Victor Romeo Ionescu

”Dunarea de Jos” University of Galati, Faculty of Legal, Social and Political Sciences

Senior Vice President of the Romanian Regional Sciences Association (RRSA);
Member of the European Regional Science Association (ERSA);
Member of the Regional Science Association International (RSAI);
Member of the Romanian Consulting Committee for Territorial Cohesion 2014-2020